home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / windows / r3animwi.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  2.8 KB  |  134 lines

  1.  
  2. // JavaScript wrapper for r3animwi.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_ANIMWI_H = 1;
  7. include("oops/r3window.js")
  8.  
  9.  
  10. var R3CLID_ANIMWIN = 88;
  11.  
  12.  
  13.  
  14.  
  15. // Description: Register chor specific gadget
  16. // Returns: Boolean, true if succeeded
  17. // p1: Integer, class id of chor model object
  18. // p3: Integer, class id of the corresponding gadget    
  19.  
  20. R3ANIMWICM_REGISTERGADGET = 88027;
  21.  
  22. function mR3ANIMWICM_REGISTERGADGET(p1, p3) {
  23.   return   DoA2(this.r3obj, 88027, p1, R3TID_INTEGER, 0, p3, R3TID_INTEGER, 0);
  24. }
  25.  
  26.  
  27.  
  28.  
  29. // Virtual method
  30.  
  31. R3ANIMWIA_UnitConverter = 88000;
  32.  
  33. function mR3ANIMWIA_UnitConverter() {
  34.   DoA(this.r3obj, 88000, 0, R3TID_INTEGER, 0);
  35. }
  36.  
  37. // Virtual method
  38.  
  39. R3ANIMWICA_CurveHeight = 88002;
  40.  
  41. function mR3ANIMWICA_CurveHeight() {
  42.   DoA(this.r3obj, 88002, 0, R3TID_INTEGER, 0);
  43. }
  44.  
  45. // Virtual method
  46.  
  47. R3ANIMWICA_CutKey = 88003;
  48.  
  49. function mR3ANIMWICA_CutKey() {
  50.   DoA(this.r3obj, 88003, 0, R3TID_INTEGER, 0);
  51. }
  52.  
  53. // Virtual method
  54.  
  55. R3ANIMWICA_CopyKey = 88004;
  56.  
  57. function mR3ANIMWICA_CopyKey() {
  58.   DoA(this.r3obj, 88004, 0, R3TID_INTEGER, 0);
  59. }
  60.  
  61. // Virtual method
  62.  
  63. R3ANIMWICA_PasteKey = 88005;
  64.  
  65. function mR3ANIMWICA_PasteKey() {
  66.   DoA(this.r3obj, 88005, 0, R3TID_INTEGER, 0);
  67. }
  68.  
  69. // Virtual method
  70.  
  71. R3ANIMWICA_DuplicateKey = 88006;
  72.  
  73. function mR3ANIMWICA_DuplicateKey() {
  74.   DoA(this.r3obj, 88006, 0, R3TID_INTEGER, 0);
  75. }
  76.  
  77. // Virtual method
  78.  
  79. R3ANIMWICA_ShowStateCurves = 88007;
  80.  
  81. function mR3ANIMWICA_ShowStateCurves() {
  82.   DoA(this.r3obj, 88007, 0, R3TID_INTEGER, 0);
  83. }
  84.  
  85. // Virtual method
  86.  
  87. R3ANIMWICA_ShowOnlySelected = 88008;
  88.  
  89. function mR3ANIMWICA_ShowOnlySelected() {
  90.   DoA(this.r3obj, 88008, 0, R3TID_INTEGER, 0);
  91. }
  92.  
  93. // Virtual method
  94.  
  95. R3ANIMWICA_LargeCurveHeight = 88009;
  96.  
  97. function mR3ANIMWICA_LargeCurveHeight() {
  98.   DoA(this.r3obj, 88009, 0, R3TID_INTEGER, 0);
  99. }
  100.  
  101. // Virtual method
  102.  
  103. R3ANIMWIA_SplitterPosition = 88010;
  104.  
  105. function mR3ANIMWIA_SplitterPosition() {
  106.   DoA(this.r3obj, 88010, 0, R3TID_INTEGER, 0);
  107. }
  108.  
  109.  
  110.  
  111. function r3Animwin () { 
  112.    this.base = r3God;
  113.    if(arguments.length) {
  114.       this.base(R3CLID_ANIMWIN, arguments);
  115.    }
  116.    // Methods
  117.    this.REGISTERGADGET=mR3ANIMWICM_REGISTERGADGET;
  118.  
  119.    // Methods
  120.    this.UnitConverter=mR3ANIMWIA_UnitConverter;
  121.    this.CurveHeight=mR3ANIMWICA_CurveHeight;
  122.    this.CutKey=mR3ANIMWICA_CutKey;
  123.    this.CopyKey=mR3ANIMWICA_CopyKey;
  124.    this.PasteKey=mR3ANIMWICA_PasteKey;
  125.    this.DuplicateKey=mR3ANIMWICA_DuplicateKey;
  126.    this.ShowStateCurves=mR3ANIMWICA_ShowStateCurves;
  127.    this.ShowOnlySelected=mR3ANIMWICA_ShowOnlySelected;
  128.    this.LargeCurveHeight=mR3ANIMWICA_LargeCurveHeight;
  129.    this.SplitterPosition=mR3ANIMWIA_SplitterPosition;
  130.  
  131. }
  132.  
  133. r3Animwin.prototype=new r3Window;
  134. // r3animwi.h_H